Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.galaxyproject.gxformat2.v19_09.utils.ValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException
(String message) ValidationException
(String message, List<ValidationException> children_) ValidationException
(String message, ValidationException child) -
Method Summary
Modifier and TypeMethodDescriptionsimplify()
summary
(int level, boolean withBullet) withBullet
(String bullet) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
ValidationException
-
-
Method Details
-
withBullet
-
simplify
-
summary
-
prettyStr
-
getMessage
- Overrides:
getMessage
in classThrowable
-