net.skirnir.freyja
クラス FreyjaRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.skirnir.freyja.FreyjaRuntimeException
- すべての実装インタフェース:
- Serializable
- 直系の既知のサブクラス:
- EvaluationRuntimeException
- public class FreyjaRuntimeException
- extends RuntimeException
- 関連項目:
- 直列化された形式
FreyjaRuntimeException
public FreyjaRuntimeException()
FreyjaRuntimeException
public FreyjaRuntimeException(String message,
Throwable cause)
FreyjaRuntimeException
public FreyjaRuntimeException(String message,
FreyjaException cause)
FreyjaRuntimeException
public FreyjaRuntimeException(String message)
FreyjaRuntimeException
public FreyjaRuntimeException(Throwable cause)
FreyjaRuntimeException
public FreyjaRuntimeException(FreyjaException cause)
toString
public String toString()
getMessage
public String getMessage()
getMessages
public String[] getMessages()
getTemplateName
public String getTemplateName()
setTemplateName
public FreyjaRuntimeException setTemplateName(String templateName)
getMacroName
public String getMacroName()
setMacroName
public FreyjaRuntimeException setMacroName(String macroName)
getColumnNumber
public int getColumnNumber()
setColumnNumber
public FreyjaRuntimeException setColumnNumber(int columnNumber)
getLineNumber
public int getLineNumber()
setLineNumber
public FreyjaRuntimeException setLineNumber(int lineNumber)
addMessage
public FreyjaRuntimeException addMessage(String message)
Copyright © 2009 The Skirnir Project. All Rights Reserved.