Package org.frankframework.core
Class IbisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthorizationException,ClassLoaderException,CmisSessionException,CollectionException,ConfigurationException,DomBuilderException,EncryptionException,FileSystemException,FlowGenerationException,HttpAuthenticationException,JavascriptException,JdbcException,JmsException,JobExecutionException,JsonException,ListenerException,ManagedStateException,MessageBrowseException,MonitorException,ParameterException,PipeRunException,SapException,SenderException,TimeoutException,TransactionException,XmlException,XmlValidatorException
Base Exception with compact but informative getMessage().
- Author:
- Gerrit van Brakel
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIbisException(String message) IbisException(String message, Throwable cause) IbisException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringexpandMessage(String msg, Throwable e) static StringexpandMessage(String msg, Throwable e, IbisException.ExcludeClassInfoExceptionFilter filter) static Stringstatic LinkedList<String> getMessages(Throwable t, String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IbisException
public IbisException() -
IbisException
-
IbisException
-
IbisException
-
-
Method Details
-
getExceptionSpecificDetails
-
expandMessage
-
expandMessage
public static String expandMessage(String msg, Throwable e, IbisException.ExcludeClassInfoExceptionFilter filter) -
getMessages
-
getMessage
- Overrides:
getMessagein classThrowable
-