public class InvalidSequenceException
Signals that the sequence does not comply with the specification (see class CharSequence or class FactorSequence for details).
public InvalidSequenceException()
Constructs an InvalidSequenceException with null as its error detail message.
public InvalidSequenceException(java.lang.String message)
Constructs an InvalidSequenceException with the specified detail message.
message - an error messagepublic InvalidSequenceException(java.lang.Throwable cause)
Constructs an InvalidSequenceException with the specified cause (and a detail message that typically contains the class and detail message of cause).
cause - a causepublic InvalidSequenceException(java.lang.String message,
java.lang.Throwable cause)
Constructs an InvalidSequenceException with the specified detail message and cause.
message - an error messagecause - a cause