net.skirnir.freyja
クラス FreyjaException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張net.skirnir.freyja.FreyjaException
すべての実装インタフェース:
Serializable
直系の既知のサブクラス:
IllegalSyntaxException

public class FreyjaException
extends Exception

関連項目:
直列化された形式

コンストラクタの概要
FreyjaException()
           
FreyjaException(String message)
           
FreyjaException(String message, Throwable cause)
           
FreyjaException(Throwable cause)
           
 
メソッドの概要
 FreyjaException addMessage(String message)
           
 int getColumnNumber()
           
 int getLineNumber()
           
 String getMacroName()
           
 String getMessage()
           
 String[] getMessages()
           
 String getTemplateName()
           
 FreyjaException setColumnNumber(int columnNumber)
           
 FreyjaException setLineNumber(int lineNumber)
           
 FreyjaException setMacroName(String macroName)
           
 FreyjaException 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
 

コンストラクタの詳細

FreyjaException

public FreyjaException()

FreyjaException

public FreyjaException(String message,
                       Throwable cause)

FreyjaException

public FreyjaException(String message)

FreyjaException

public FreyjaException(Throwable cause)
メソッドの詳細

toString

public String toString()

getMessage

public String getMessage()

getMessages

public String[] getMessages()

getTemplateName

public String getTemplateName()

setTemplateName

public FreyjaException setTemplateName(String templateName)

getMacroName

public String getMacroName()

setMacroName

public FreyjaException setMacroName(String macroName)

getColumnNumber

public int getColumnNumber()

setColumnNumber

public FreyjaException setColumnNumber(int columnNumber)

getLineNumber

public int getLineNumber()

setLineNumber

public FreyjaException setLineNumber(int lineNumber)

addMessage

public FreyjaException addMessage(String message)


Copyright © 2009 The Skirnir Project. All Rights Reserved.