Class MessageCompilerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kingdoms.locale.compiler.MessageCompilerException
All Implemented Interfaces:
Serializable

public class MessageCompilerException extends RuntimeException
See Also:
  • Constructor Details

    • MessageCompilerException

      public MessageCompilerException(String target, String problem, int index, String message)
  • Method Details

    • getTarget

      public String getTarget()
    • getIndex

      public int getIndex()
    • getProblem

      public String getProblem()
    • spaces

      protected static String spaces(int times)
    • pointerToName

      protected static Collection<Integer> pointerToName(int from, String name)