Error

print()
error 개체를 출력합니다.
try{

}catch(e){
    alert(e.print());
}