$('.doxygen-generated-exception-message').each(function(i, obj) {
var s = $(this).html();
s=s.replace(/\\n|std::endl/g,"<br/>");
+ s=s.replace(/\\"/g,"'");
s=s.replace(/"|<</g,"");
s=s.replace(/arg1/g,"<i>arg1</i>");
s=s.replace(/arg2/g,"<i>arg2</i>");
char *, char *,
<< "The requested type " << arg1
<< " and the stored type " << arg2
- << " must coincide");
+ << " must coincide.");
/**
* Exception indicating that a function expected a vector to have a certain
* name, but we store a different name in that position.
*/
DeclException2(ExcNameMismatch, int, std::string,
- << "Name at position " << arg1 << " is not equal to " << arg2);
+ << "Name at position " << arg1 << " is not equal to " << arg2 << ".");
private:
/// The stored data
std::vector<boost::any> data;
DeclException1 (ExcErrorOpeningTecplotFile,
char *,
<< "There was an error opening Tecplot file " << arg1
- << " for output");
+ << " for output.");
//@}
}
<< "value is a finite number (as opposed to plus or minus infinity, or "
<< "NaN/Not a Number). In the current function, we encountered a number "
<< "that is not finite (its value is " << arg1 << " and therefore "
- << "violates the current assertion.\n\n"
+ << "violates the current assertion).\n\n"
<< "This may be due to the fact that some operation in this function "
<< "created such a value, or because one of the arguments you passed "
<< "to the function already had this value from some previous "
*/
DeclException1 (ExcMemoryLeak, int,
<< "Destroying memory handler while " << arg1
- << " objects are still allocated");
+ << " objects are still allocated.");
/**
* An error occurred reading or writing a file.
*/
DeclException1 (ExcFileNotOpen,
char *,
- << "Could not open file " << arg1);
+ << "Could not open file " << arg1 << ".");
/**
* Exception denoting a part of the library or application program that has
*/
DeclException2 (ExcDimensionMismatch,
std::size_t, std::size_t,
- << "Dimension " << arg1 << " not equal to " << arg2);
+ << "Dimension " << arg1 << " not equal to " << arg2 << ".");
/**
* The first dimension should be either equal to the second or the third,
DeclException3 (ExcDimensionMismatch2,
int, int, int,
<< "Dimension " << arg1 << " neither equal to " << arg2
- << " nor to " << arg3);
+ << " nor to " << arg3 << ".");
/**
* This exception indicates that an index is not within the expected range.
* For example, it may be that you are trying to access an element of a
* vector which does not exist.
*
- * The constructor takes three <tt>int</tt> arguments, namely
+ * The constructor takes three arguments, namely
* <ol>
* <li> the violating index
* <li> the lower bound
DeclException2 (ExcLowerRange,
int, int,
<< "Number " << arg1 << " must be larger than or equal "
- << arg2 << ").");
+ << arg2 << ".");
/**
* A generic exception definition for the ExcLowerRange above.
DeclException2 (ExcNotMultiple,
int, int,
<< "Division " << arg1 << " by " << arg2
- << " has remainder different from zero");
+ << " has remainder different from zero.");
/**
* This exception is thrown if the iterator you access has corrupted data.
int,
double,
double,
- << "The input interpolation points are not strictly ordered : " << std::endl << "x[" << arg1 << "] = "<< arg2 <<" >= x["<<(arg1+1)<<" = "<<arg3 <<"."
+ << "The input interpolation points are not strictly ordered : " << std::endl << "x[" << arg1 << "] = "<< arg2 <<" >= x["<<(arg1+1)<<"] = "<<arg3 <<"."
);
DeclException3 (ExcCSplineRange,
*/
DeclException1 (ExcEntryAlreadyExists,
std::string,
- << "The following entry already exists: " << arg1);
+ << "The following entry already exists: " << arg1 << ".");
/**
* Exception
*/
DeclException2 (ExcValueDoesNotMatchPattern,
std::string, std::string,
<< "The string <" << arg1
- << "> does not match the given pattern <" << arg2 << ">");
+ << "> does not match the given pattern <" << arg2 << ">.");
/**
* Exception
*/
*/
DeclException1 (ExcEntryUndeclared,
std::string,
- << "You can't ask for entry <" << arg1 << "> you have not yet declared");
+ << "You can't ask for entry <" << arg1 << "> you have not yet declared.");
//@}
private:
/**
types::global_dof_index,
unsigned int,
<< "Global index " << arg1
- << " neither owned nor ghost on proc " << arg2);
+ << " neither owned nor ghost on proc " << arg2 << ".");
private:
/**
std::string,
<< "The class "
<< arg1
- << " must be registered before referring it in PathSearch");
+ << " must be registered before referring it in PathSearch.");
/**
* The PathSearch class could not find a file with this name in its path
* list.
*/
DeclException2(ExcFileNotFound,
std::string, std::string,
- << "The file \"" << arg1
- << "\" was not found in the path for files of class "
- << arg2);
+ << "The file \"" << arg1 << "\" was not found in the path for "
+ << "files of class " << arg2 << ".");
private:
/**
*/
DeclException4 (ExcWrongNumberOfDataEntries,
std::string, int, std::string, int,
- << "Column <" << arg1 << "> has got " << arg2
- << " rows, but Column <" << arg3 << "> has got " << arg4 << ".");
+ << "Column <" << arg1 << "> has " << arg2
+ << " rows, but Column <" << arg3 << "> has " << arg4 << " rows.");
/**
* Exception
*/
DeclException1 (ExcAccessToUninitializedField,
char *,
- << ("You are requesting information from an FEValues/FEFaceValues/FESubfaceValues "
- "object for which this kind of information has not been computed. What "
- "information these objects compute is determined by the update_* flags you "
- "pass to the constructor. Here, the operation you are attempting requires "
- "the <")
- << arg1
- << "> flag to be set, but it was apparently not specified upon construction.");
+ << "You are requesting information from an FEValues/FEFaceValues/FESubfaceValues "
+ << "object for which this kind of information has not been computed. What "
+ << "information these objects compute is determined by the update_* flags you "
+ << "pass to the constructor. Here, the operation you are attempting requires "
+ << "the <" << arg1 << "> flag to be set, but it was apparently not specified "
+ << "upon construction.");
/**
* @todo Document this
*
*/
DeclException1 (ExcScalingFactorNotPositive,
double,
- << "The scaling factor must be positive, but is " << arg1);
+ << "The scaling factor must be positive, but it is " << arg1 << ".");
/**
* Exception
*/
*/
DeclException1 (ExcVertexNotUsed,
unsigned int,
- << "The given vertex " << arg1
- << " is not used in the given triangulation");
+ << "The given vertex with index " << arg1
+ << " is not used in the given triangulation.");
/*@}*/