Package org.rcsb.strucmotif.core
Class IllegalQueryDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.rcsb.strucmotif.core.IllegalQueryDefinitionException
- All Implemented Interfaces:
Serializable
Indicates invalid query definitions. May be caused by residue pairs exceeding the distance cutoff
(
MotifSearchConfig.getDistanceCutoff()) or erroneous selections (like a mix-up of label_seq_id and
auth_seq_id).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Construct with message.IllegalQueryDefinitionException(String message, Throwable cause) Construct with message and cause.Construct with cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalQueryDefinitionException
public IllegalQueryDefinitionException()Default constructor. -
IllegalQueryDefinitionException
Construct with message.- Parameters:
s- message
-
IllegalQueryDefinitionException
Construct with message and cause.- Parameters:
message- messagecause- the cause
-
IllegalQueryDefinitionException
Construct with cause.- Parameters:
cause- the cause
-