Class ArooaParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oddjob.arooa.ArooaParseException
All Implemented Interfaces:
Serializable

public class ArooaParseException extends Exception
An exception used when creation fails.
See Also:
  • Constructor Details

    • ArooaParseException

      public ArooaParseException(String message, Location location)
    • ArooaParseException

      public ArooaParseException(String message, Location location, Throwable t)
  • Method Details

    • getLocation

      public Location getLocation()
      Returns the file location where the error occurred.
      Returns:
      the file location where the error occurred.