Class EaterExceptionLocated

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

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

    Modifier and Type
    Method
    Description
     
    final java.lang.String
     
    located(java.lang.String message, StringLocated location)
     

    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

    • located

      public static EaterExceptionLocated located(java.lang.String message, StringLocated location)
    • getMessage

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

      public final StringLocated getLocation()