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()
           
FreyjaRuntimeException(FreyjaException cause)
           
FreyjaRuntimeException(String message)
           
FreyjaRuntimeException(String message, FreyjaException cause)
           
FreyjaRuntimeException(String message, Throwable cause)
           
FreyjaRuntimeException(Throwable cause)
           
 
メソッドの概要
 FreyjaRuntimeException addMessage(String message)
           
 int getColumnNumber()
           
 int getLineNumber()
           
 String getMacroName()
           
 String getMessage()
           
 String[] getMessages()
           
 String getTemplateName()
           
 FreyjaRuntimeException setColumnNumber(int columnNumber)
           
 FreyjaRuntimeException setLineNumber(int lineNumber)
           
 FreyjaRuntimeException setMacroName(String macroName)
           
 FreyjaRuntimeException setTemplateName(String templateName)
           
 String toString()
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

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.