Class EaterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.plantuml.tim.EaterException
All Implemented Interfaces:
java.io.Serializable

public class EaterException extends java.lang.Exception
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    final java.lang.String
     
    located(java.lang.String message)
     
    unlocated(java.lang.String message)
     
     

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
  • Method Details

    • unlocated

      public static EaterException unlocated(java.lang.String message)
    • located

      public static EaterException located(java.lang.String message)
    • getMessage

      public final java.lang.String getMessage()
      Overrides:
      getMessage in class java.lang.Throwable
    • withLocation

      public EaterExceptionLocated withLocation(StringLocated sl)