Class UnknownDefinitionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownDefinitionException
    extends SaBasicException
    implements java.io.Serializable
    This exception indicates that a given document definition could not be found.
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDefinitionName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownDefinitionException

        public UnknownDefinitionException​(java.lang.String definitionName)
    • Method Detail

      • getDefinitionName

        public java.lang.String getDefinitionName()